GetHistogramsRequest

data class GetHistogramsRequest(query: String?, delta: Boolean?)

Represents request frame that can be used with Browser#getHistograms operation call.

Get Chrome histograms.

See also

Constructors

GetHistogramsRequest
Link copied to clipboard
fun GetHistogramsRequest(query: String? = null, delta: Boolean? = null)

Properties

delta
Link copied to clipboard
val delta: Boolean? = null
If true, retrieve delta since last call.
query
Link copied to clipboard
val query: String? = null
Requested substring in name.

Sources

jvm source
Link copied to clipboard